*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 2 Nov 2002 02:33:09 +0000 (02:33 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 2 Nov 2002 02:33:09 +0000 (02:33 +0000)
lisp/ChangeLog

index 428a5d5d7f2e593d832220386d0f41706095c5d0..86829df4c738e32a1e676254dfdf330787a5cec9 100644 (file)
@@ -7,6 +7,13 @@
 
 2002-11-01  Stefan Monnier  <monnier@cs.yale.edu>
 
+       * textmodes/tex-mode.el (tex-common-initialization):
+       comment-start-skip shouldn't match on the next line.
+
+       * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Use match-string.
+       Don't bother making paragraph-start a superset of paragraph-separate.
+       Use line-beginning-position.
+
        * textmodes/sgml-mode.el (sgml-skip-tag-backward)
        (sgml-skip-tag-forward): Deal with xml-style <foo/> empty tags.